Conversation
- Remove linkedin_url and phone_number fields from DemoEvent dataclass - Remove LinkedIn Profile URL and Phone number input fields from form UI - Update form data mapping to exclude removed fields - Remove LinkedIn URL from notes content for enterprise follow-up - Remove linkedinUrl and phoneNumber from Slack payload - Update Cal.com URL for small companies to use reflex-intro-call - Add demo form test page at /demo-form route for testing The demo form now collects only essential information without optional LinkedIn and phone fields, streamlining the user experience while maintaining all core functionality for lead generation and routing. Co-Authored-By: Alek <alek@pynecone.io>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
The /demo-form route and demo_form_page function were added temporarily to test the form changes but are not part of the core requirements. Keeping the PR focused on just removing LinkedIn and phone fields. Co-Authored-By: Alek <alek@pynecone.io>
Alek99
approved these changes
Aug 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove LinkedIn Profile URL and Phone number fields from demo form
Summary
This PR removes the LinkedIn Profile URL and Phone number fields from the reflex-ui demo form to streamline the user experience. The changes include:
linkedin_urlandphone_numberfrom theDemoEventdataclasslinkedinUrlandphoneNumberfrom Slack webhook payload/demo-formroute to demo app for easier testingReview & Testing Checklist for Human
Recommended test plan:
/demo-formroute in the demo appDiagram
%%{ init : { "theme" : "default" }}%% graph TB DemoForm["reflex_ui/blocks/<br/>demo_form.py"]:::major-edit DemoApp["demo/demo/<br/>demo.py"]:::minor-edit DemoEvent["DemoEvent<br/>dataclass"]:::major-edit FormUI["Form UI<br/>get_component()"]:::major-edit Slack["Slack<br/>Webhook"]:::context PostHog["PostHog<br/>Analytics"]:::context CommonRoom["CommonRoom<br/>CRM"]:::context CalCom["Cal.com<br/>Booking"]:::context DemoForm --> DemoEvent DemoForm --> FormUI DemoApp --> DemoForm DemoEvent --> Slack DemoEvent --> PostHog DemoEvent --> CommonRoom DemoForm --> CalCom subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#ADD8E6 classDef context fill:#FFFFFFNotes
/demo-formto make it easier to test the form functionalitySession Info: Requested by Alek (@Alek99)
Link to Devin run: https://app.devin.ai/sessions/5a8a56e988b04971977b7e0beb043a60